home *** CD-ROM | disk | FTP | other *** search
- CommandKeyWindow = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Window; };
- Lister = {
- ACTIONS = {
- "compactMailbox:" = "compactMailbox:";
- "deleteSelectedMessages:" = "deleteSelectedMessages:";
- "retrieveSelectedMessages:" = "retrieveSelectedMessages:";
- };
- OUTLETS = {
- clockView = clockView;
- deleteButton = deleteButton;
- hostWindow = hostWindow;
- retrieveButton = retrieveButton;
- theMatrix = theMatrix;
- totalsField = totalsField;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- MiscClockView = {
- ACTIONS = {
- "setToCurrentTime:" = "setToCurrentTime:";
- "startClock:" = "startClock:";
- "stopClock:" = "stopClock:";
- "takeDateFrom:" = "takeDateFrom:";
- "takeHoursFrom:" = "takeHoursFrom:";
- "takeMinutesFrom:" = "takeMinutesFrom:";
- "takeMonthFrom:" = "takeMonthFrom:";
- "takeWeekdayFrom:" = "takeWeekdayFrom:";
- };
- OUTLETS = {clockbase = clockbase; theImage = theImage; };
- SUPERCLASS = View;
- };
-